OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nlhs
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
expr.c
194
struct expr_node *
nlhs
;
local
211
if (expr_alloc_and_clone(&
nlhs
, node->lhs, node->own_lhs) < 0)
216
if (
nlhs
!= node->lhs) {
217
expr_destroy(
nlhs
);
218
free(
nlhs
);
223
retp->lhs =
nlhs
;
236
if (expr_alloc_and_clone(&
nlhs
, node->lhs, node->own_lhs) < 0) {
245
retp->lhs =
nlhs
;
/external/chromium_org/third_party/sqlite/src/test/
e_select.test
463
# consists of
Nlhs
rows of Mlhs columns, and the right-hand dataset of
465
#
Nlhs
.Nrhs rows, each containing Mlhs+Mrhs columns.
467
# x1, x2 (
Nlhs
=3, Nrhs=2) (Mlhs=2, Mrhs=3)
475
# x2, x3 (
Nlhs
=2, Nrhs=5) (Mlhs=3, Mrhs=4)
483
# x3, x1 (
Nlhs
=5, Nrhs=3) (Mlhs=4, Mrhs=2)
491
# x3, x3 (
Nlhs
=5, Nrhs=5) (Mlhs=4, Mrhs=4)
[
all
...]
Completed in 206 milliseconds